home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00027_back-forth.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  297 b   |  16 lines

  1. property mys
  2. global grouper
  3.  
  4. on beginSprite me
  5.   set mys to the spriteNum of me
  6. end
  7.  
  8. on mouseWithin me
  9.   set this to (the top of sprite mys - the mouseV + 32) * 0.80000000000000004
  10.   sendAllSprites(#movepoint, 0, 0, 0, this)
  11. end
  12.  
  13. on mouseEnter me
  14.   put "move on the z plane" into field "info"
  15. end
  16.